home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2 Examples.sit / Raven 1.2 Examples / Quill / Source / Precomp (Debug).pch++ < prev    next >
Text File  |  1997-07-28  |  813b  |  33 lines

  1. /*
  2.  *  File:       Precomp (Debug).pch++
  3.  *  Summary:       Debug precompiled header for Quill.
  4.  *  Written by: Jesse Jones
  5.  *
  6.  *  Copyright ゥ 1996-1997 Jesse Jones. 
  7.  *    For conditions of distribution and use, see copyright notice in ZTypes.h  
  8.  *
  9.  *  Change History (most recent first):    
  10.  *
  11.  *         <2>     7/28/97    JDJ        Renamed file.
  12.  *         <1>     8/05/96    JDJ        Created.
  13.  */
  14.  
  15. #if powerc
  16.     #pragma precompile_target ":Precomp PPC (Debug)"
  17. #else
  18.     #pragma precompile_target ":Precomp 68K (Debug)"
  19. #endif
  20.  
  21. #define QUILL            1
  22.  
  23. #define DEBUG            1
  24. #define RELEASE            0                // Set to 1 for release version of the app
  25. #define ASSERTS_THROW    0                // Set to 1 to have ASSERTS throw logic_error
  26.  
  27.  
  28. #define PRECOMPILE_MAC_HEADERS        1
  29. #define PRECOMPILE_RAVEN_HEADERS    0    // Can't step into template code when this is on!
  30.         
  31.  
  32. #include <AppHeader.h>
  33.